Name :Exponential operations
Symbol :EXPT
Illustrate:
The first input value is the cardinal value, the second input value is the exponential value, and the output is the exponential result.
Image:
Parameter:
| Parameter | Statement | Type | Description |
|---|---|---|---|
| IN1 | Input | REAL | The first input value |
| IN2 | Input | INT/SINT/DINT/UINT/USINT/UDIN/REAL | The second input value |
| OUT | Output | REAL | Output value |
Example:
LD:
ST:
Interpretation:
| parameter | operand | value |
|---|---|---|
| IN1 | TagIn1 | Enter a value:100 |
| IN2 | TagIn2 | Enter a value:2 |
| OUT | TagOut | Output value:10000 |
IN1 inputs the corresponding type of data, and EXPT outputs the exponential operation result.